home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / games / IndiZone / gold / classIds.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  2.0 KB  |  72 lines

  1. /*
  2.  * The original copyright owners of the accompanying source code files have
  3.  * agreed to place such code into the public domain.  Accordingly, anyone
  4.  * who receives or obtains a copy of such source code is freely entitled to
  5.  * reproduce, use and otherwise exploit such code (including the right to
  6.  * make derivative works), at his/her own risk and expense, without any
  7.  * obligation or liability to the original copyright owners.
  8.  *
  9.  * We would appreciate (but do not require) that the following message be
  10.  * included in any derivative works:
  11.  *
  12.  * "Portions of this program were developed by Peter Broadwell, Rob Myers
  13.  * and Robin Schaufler while working in Silicon Valley."
  14.  *
  15.  * The accompanying source code files and related documentation materials
  16.  * are distributed on an "AS IS" basis, without any warranties or
  17.  * guarantees of any kind.  All implied warranties, including the implied
  18.  * warranties of merchantability and of fitness for any particular purpose,
  19.  * are expressly disclaimed.
  20.  */
  21. #define INST        1
  22. #define MAILBOX        2
  23. #define VOXEL        3
  24. #define INDIVIDUAL    4
  25. #define BEHAVIOR    5
  26. #define US        6
  27.  
  28. #define GUPPY        100
  29. #define CAMERA        101
  30. #define MINNOW        102
  31. #define SEA        103
  32. #define PEBBLES        105
  33. #define BUBBLE        106
  34. #define BUBBLEMACHINE    107
  35. #define EGG        108
  36. #define TOAD        109
  37. #define GHOST        110
  38.  
  39. #define PANEL        200
  40. #define MASTERPANEL    201
  41. #define COLORPANEL    202
  42. #define VALUATOR    210
  43. #define VALUATORF    211
  44. #define VALDELTA    212
  45. #define VALDELTAF    213
  46. #define VALMESG        214
  47. #define VALMESGF    215
  48. #define VALHUE        216
  49. #define VALVAL        217
  50. #define MENU        220
  51. #define CHOICE        221
  52. #define CHOICEF        222
  53. #define BHMENU        223
  54.  
  55. #define MOVER        1000
  56. #define WIGGLER        1001
  57. #define CIRCLER        1002
  58. #define BOWL        1003
  59. #define SWERVER        1004
  60. #define CHAMELEON    1005
  61. #define COLORIZER    1006
  62. #define ADVANCER    1007
  63. #define SURFACEDIE    1008
  64. #define EXPANDER      1009
  65. #define MALE        1010
  66. #define FEMALE        1011
  67. #define METAMORPH    1012
  68. #define FEEDER        1013
  69. #define WIDEYE        1014
  70. #define FADER        1015
  71. #define TRAIL_GHOSTS    1016
  72.